home *** CD-ROM | disk | FTP | other *** search
/ Radio Amateur Callbook 1999 / Radio Amateur Callbook 1999.iso / callbook.exe / 0 / RCDATA / TDETAILSFORM / TDETAILSFORM.txt
Text File  |  1999-04-23  |  3KB  |  120 lines

  1. object DetailsForm: TDetailsForm
  2.   Left = 250
  3.   Top = 246
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Additional Information'
  7.   ClientHeight = 185
  8.   ClientWidth = 533
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   PopupMenu = FormPopupMenu
  17.   Position = poDefaultPosOnly
  18.   Scaled = False
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 77
  23.     Top = 8
  24.     Width = 26
  25.     Height = 16
  26.     Alignment = taRightJustify
  27.     Caption = 'Call:'
  28.   end
  29.   object Label5: TLabel
  30.     Left = 30
  31.     Top = 28
  32.     Width = 73
  33.     Height = 16
  34.     Alignment = taRightJustify
  35.     Caption = 'Fax number:'
  36.   end
  37.   object Label6: TLabel
  38.     Left = 8
  39.     Top = 52
  40.     Width = 95
  41.     Height = 16
  42.     Alignment = taRightJustify
  43.     Caption = 'E-Mail Address:'
  44.   end
  45.   object CallText: TLabel
  46.     Left = 112
  47.     Top = 8
  48.     Width = 58
  49.     Height = 16
  50.     Caption = 'CallText'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object FaxNrText: TLabel
  59.     Left = 112
  60.     Top = 28
  61.     Width = 72
  62.     Height = 16
  63.     Caption = 'FaxNrText'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object EMailAdrText: TLabel
  72.     Left = 112
  73.     Top = 52
  74.     Width = 413
  75.     Height = 37
  76.     AutoSize = False
  77.     Caption = 'EMailAdrText'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -13
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     WordWrap = True
  85.   end
  86.   object GroupBox1: TGroupBox
  87.     Left = 4
  88.     Top = 96
  89.     Width = 525
  90.     Height = 81
  91.     Caption = 'Operator'#39's comments:'
  92.     TabOrder = 0
  93.     object CommentsText: TLabel
  94.       Left = 2
  95.       Top = 18
  96.       Width = 521
  97.       Height = 61
  98.       Align = alClient
  99.       AutoSize = False
  100.       Caption = 'CommentsText'
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clWindowText
  103.       Font.Height = -13
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.       WordWrap = True
  108.     end
  109.   end
  110.   object FormPopupMenu: TPopupMenu
  111.     Left = 448
  112.     Top = 60
  113.     object CloseWindowItem: TMenuItem
  114.       Caption = 'Close'
  115.       ShortCut = 27
  116.       OnClick = CloseWindowItemClick
  117.     end
  118.   end
  119. end
  120.